|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.commands.ControllerCommand
public abstract class ControllerCommand
Base class for forward, include, and exit commands.
| Constructor Summary | |
|---|---|
ControllerCommand()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(ICommandVisitor visitor)
Attempts to invoke an implementation-dependent visit method on the supplied visitor, calling ICommandVisitor.visitUnknown(ICommand) if such a
method is not available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.framework.spi.ICommand |
|---|
exportContents, importContents |
| Constructor Detail |
|---|
public ControllerCommand()
| Method Detail |
|---|
public final java.lang.Object accept(ICommandVisitor visitor)
throws java.lang.NullPointerException
ICommandICommandVisitor.visitUnknown(ICommand) if such a
method is not available.
accept in interface ICommandvisitor - The visitor to accept.
java.lang.NullPointerException - If the supplied visitor is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||